projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad40610
)
sunxi: Hyundai_A7HD_defconfig fix USB vbus pin config
author
Hans de Goede
<
[email protected]
>
Fri, 23 Jan 2015 15:40:01 +0000
(16:40 +0100)
committer
Hans de Goede
<
[email protected]
>
Mon, 2 Feb 2015 12:55:14 +0000
(13:55 +0100)
USB1_VBUS is not used, and USB2_VBUS uses the pin normally used to control
USB1_VBUS.
Signed-off-by: Hans de Goede <
[email protected]
>
configs/Hyundai_A7HD_defconfig
patch
|
blob
|
history
diff --git
a/configs/Hyundai_A7HD_defconfig
b/configs/Hyundai_A7HD_defconfig
index 60eb03ef26e7192995d850f43bec12581a9c1775..204640ee24e3964fe5b9b5c768ab3964d0e4aa53 100644
(file)
--- a/
configs/Hyundai_A7HD_defconfig
+++ b/
configs/Hyundai_A7HD_defconfig
@@
-6,7
+6,8
@@
CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER"
CONFIG_FDTFILE="sun4i-a10-hyundai-a7hd.dtb"
CONFIG_USB_MUSB_SUNXI=y
CONFIG_USB0_VBUS_PIN="PB09"
-CONFIG_USB2_VBUS_PIN=""
+CONFIG_USB1_VBUS_PIN=""
+CONFIG_USB2_VBUS_PIN="PH6"
CONFIG_VIDEO_LCD_MODE="x:1024,y:600,depth:18,pclk_khz:51000,le:45,ri:274,up:22,lo:12,hs:1,vs:1,sync:3,vmode:0"
CONFIG_VIDEO_LCD_DCLK_PHASE=1
CONFIG_VIDEO_LCD_POWER="PH2"